=============================================================================
    BasicTweak      v0.10 ( 1 Dec 2015)
=============================================================================

BasicTweak very small, crude, simple application which  can be found in the
original Reporter zip file. 

When a Basic program is dragged to the Input icon or the Iconbar icon, the
Input is set to that file, and the Output is set to the same name plus a 'T'
on the end.

When a Basic program is dragged to the Output icon, it is set to that file.

It is provided as-is with the Reporter application, mainly to enable easy
removal of Reporter commands from Basic.

It can modify Basic program source to...         Default  Keyword

  	Remove all Reporter commands		 FALSE    DelReport
  	Change all Reporter commands to REMarks	 TRUE	  ReportRem
  	Change any SYS names to numbers		 FALSE	  SysToNum
  	Remove any superlflous colons		 FALSE	  RemColons

Then it can perform a standard Basic Crunch to...

  	Remove spaces before statements		 %xxxx1	  Crunch
  	Remove spaces in statements		 %xxx1x	  Crunch
  	Remove REMark commands (except first)	 %xx1xx	  Crunch
  	Remove empty statements			 %x1xxx	  Crunch
  	Remove empty lines			 %1xxxx	  Crunch

The defaults are as above. To change them, put a Choices text file in the
!BasicTweak directory with lines containing keyword:value. Note the Crunch
options are all added together into one entry. There are also keywords Inf
and Outf for the input and output files.

Martin Avison

